home *** CD-ROM | disk | FTP | other *** search
/ Chip 1996 September / CHIP 1996 szeptember (CD07).zip / CHIP_CD07.ISO / sac / pack / wzsebeta.exe / CUSTOM.TXT next >
Text File  |  1995-12-19  |  3KB  |  72 lines

  1. WinZip(R) Self-Extractor version 1.1 BETA 3
  2. Copyright (C) 1995 by Nico Mak Computing, Inc.
  3. All Rights Reserved
  4.  
  5. PRE-RELEASE VERSION
  6.  
  7. This file describes ONLY the new -SETUP option.
  8. See the file readme.txt for installation instructions.
  9. See the file whatsnew.txt for description of other new features.
  10.  
  11. The -SETUP option is intended for advanced users and software
  12. developers.  This documentation assumes the reader is familiar with
  13. WinZip Self-Extractor and has read the help file.  At this time the
  14. -SETUP option requires the use of command line parameters:  there is
  15. currently no dialog box interface for this option.
  16.  
  17. The -SETUP option can be used to create self-extracting ZIP files that
  18. are particularly useful for software distribution.  Self-extracting ZIP
  19. files created with this option work like normal WinZip Self-Extractor
  20. files, with the following additional features:
  21.  
  22. 1) The self-extracting ZIP dialog can be customized with an icon
  23.    and dialog text.
  24.  
  25. 2) The self-extracting ZIP file contains only three buttons: Setup,
  26.    Cancel, and About.
  27.  
  28. 2) When the end-user clicks the Setup button in the self-extracting
  29.    ZIP file, the self-extracting ZIP file
  30.  
  31.     a) creates a temp directory
  32.     b) extracts all files to the temp directory
  33.     c) runs the program specified by the -C parameter
  34.     d) waits for the specified program to end
  35.     e) deletes the directory created in step a
  36.     f) terminates
  37.  
  38. The following command line options control this behavior:
  39.  
  40.     -setup     required to turn on this feature
  41.     -i fileid  name of .ico (icon) file for dialog box
  42.     -t fileid  name of file containing text for main dialog box
  43.     -a fileid  name of file containing text for about box (256 byte limit)
  44.  
  45. Notes:
  46.  
  47. The -C option is required when using the -SETUP option.
  48.  
  49. Sample command line:
  50.  
  51.  winzipse -SETUP -Idialog.ico -Tdialog.txt -Aabout.txt filename.zip -Csetup
  52.  
  53. Sample description:
  54.  
  55.     -SETUP       specifies that the new features should be used
  56.     -Idialog.ico specifies that the icon in dialog.ico will be displayed
  57.                  in the self-extracting ZIP's dialog box
  58.     -Tdialog.txt specifies that the text in the file dialog.txt will
  59.                  be displayed in the self-extracting ZIP's dialog box
  60.     -Aabout.txt  specifies that the text in the file about.txt will
  61.                  be displayed in the About box.
  62.     filename.zip specifies the ZIP file
  63.     -Csetup      specifies that the command "setup" will be issued
  64.                  to install the software in the self-extracting ZIP
  65.  
  66. Feedback:
  67.  
  68. Comments are welcome.  Please be sure to post them in the "WinZip Beta"
  69. section of the GO WINZIP area on CompuServe (S22) or send them by email
  70. to beta@winzip.com.  Please do not post beta feedback in other forums or
  71. newsgroups, else they may never be seen by the developer.
  72.